services.borgbackup.jobs.<name>.startAt
When or how often the backup should run.
Must be in the format described in
systemd.time(7).
If you do not want the backup to start
automatically, use [ ].
It will generate a systemd service borgbackup-job-NAME.
You may trigger it manually via systemctl restart borgbackup-job-NAME.
- Type
string or list of string- Default
"daily"- Declared
- <nixpkgs/nixos/modules/services/backup/borgbackup.nix>